net/http.http2serverConn.flow (field)

4 uses

	net/http (current package)
		h2_bundle.go#L4533: 	sc.flow.add(http2initialWindowSize)
		h2_bundle.go#L4649: 	flow             http2outflow                // conn-wide (not stream-specific) outbound flow control
		h2_bundle.go#L5739: 		if !sc.flow.add(int32(f.Increment)) {
		h2_bundle.go#L6266: 	st.flow.conn = &sc.flow // link to conn-level counter